From: Øyvind Kolås Date: Mon, 26 Nov 2018 23:17:47 +0000 (+0100) Subject: CIE: add metadata to models X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~12^2~47 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=8f8cc18f2712bc79535cdf4097cac7b23d07d3bd;p=babl.git CIE: add metadata to models --- diff --git a/extensions/CIE.c b/extensions/CIE.c index ed1f739..0cc2932 100644 --- a/extensions/CIE.c +++ b/extensions/CIE.c @@ -104,6 +104,7 @@ models (void) babl_component ("CIE L"), babl_component ("CIE a"), babl_component ("CIE b"), + "CIE", NULL); babl_model_new ( @@ -112,6 +113,8 @@ models (void) babl_component ("CIE a"), babl_component ("CIE b"), babl_component ("A"), + "CIE", + "alpha", NULL); babl_model_new ( @@ -119,6 +122,7 @@ models (void) babl_component ("CIE L"), babl_component ("CIE C(ab)"), babl_component ("CIE H(ab)"), + "CIE", NULL); babl_model_new ( @@ -127,6 +131,8 @@ models (void) babl_component ("CIE C(ab)"), babl_component ("CIE H(ab)"), babl_component ("A"), + "CIE", + "alpha", NULL); babl_model_new ( @@ -134,6 +140,7 @@ models (void) babl_component ("CIE X"), babl_component ("CIE Y"), babl_component ("CIE Z"), + "CIE", NULL); babl_model_new ( @@ -142,6 +149,8 @@ models (void) babl_component ("CIE Y"), babl_component ("CIE Z"), babl_component ("A"), + "CIE", + "alpha", NULL); babl_model_new ( @@ -149,6 +158,7 @@ models (void) babl_component ("CIE x"), babl_component ("CIE y"), babl_component ("CIE Y"), + "CIE", NULL); babl_model_new ( @@ -157,6 +167,8 @@ models (void) babl_component ("CIE y"), babl_component ("CIE Y"), babl_component ("A"), + "CIE", + "alpha", NULL); }